home *** CD-ROM | disk | FTP | other *** search
-
-
-
- AAAANNNNSSSSIIII2222KKKKNNNNRRRR((((1111)))) UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV ((((33331111 DDDDeeeecccceeeemmmmbbbbeeeerrrr 1111999999990000)))) AAAANNNNSSSSIIII2222KKKKNNNNRRRR((((1111))))
-
-
-
- NNNNAAAAMMMMEEEE
- ansi2knr - convert ANSI C to Kernighan & Ritchie C
-
- SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
- _a_n_s_i_2_k_n_r input_file output_file
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- If no output_file is supplied, output goes to stdout.
- There are no error messages.
-
- _a_n_s_i_2_k_n_r recognizes functions by seeing a non-keyword
- identifier at the left margin, followed by a left
- parenthesis, with a right parenthesis as the last character
- on the line. It will recognize a multi-line header if the
- last character on each line but the last is a left
- parenthesis or comma. These algorithms ignore whitespace
- and comments, except that the function name must be the
- first thing on the line.
-
- The following constructs will confuse it:
- - Any other construct that starts at the left margin
- and follows the above syntax (such as a macro or function
- call).
- - Macros that tinker with the syntax of the function
- header.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Page 1 (printed 7/3/94)
-
-
-
-